home *** CD-ROM | disk | FTP | other *** search
/ Champak 26 (Anniversary Edition) / Volume 26 [Anniversary Edition] - JOGO DISK .iso / Puzzle / allout.swf / scripts / DefineButton2_99 / BUTTONCONDACTION on(release).as
Text File  |  2006-05-29  |  154b  |  7 lines

  1. on(release){
  2.    _parent.lew.gotoAndPlay("solution");
  3.    _parent.activebuttons = false;
  4.    gotoAndStop(2);
  5.    _parent.randombutton.gotoAndStop(2);
  6. }
  7.